docs: real LLM transcript replaces the simulation (#106 step 8)#116
Merged
Conversation
Step 8 of #106: docs/llm-interaction.md now walks through the captured qwen/qwen-2.5-72b-instruct conversation (2026-07-13, e2e harness) — the model writes PDDL, validate passes, solve REJECTS it (missing :typing caught by requirements enforcement #9), the model fixes one line, re-runs, and narrates the ucs optimum (cost 7). Tool outputs verbatim; PDDL re-indented only. The 'what is simulated' box becomes 'how this was captured', noting the earlier unsound round as evidence of the thesis. Winning transcript force-added (dir is gitignored) as provenance. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Final step of #106 (the harness merged in #113):
docs/llm-interaction.mdnow tells the story with a real captured conversation instead of a scripted one.The transcript (qwen/qwen-2.5-72b-instruct, 2026-07-13)
Better than the simulation we wrote by hand, because the failure→fix loop actually happened:
write_filecalls)validatepasses — butsolverejects the domain:(:types ...)used without:typing, caught by requirements enforcement (Follow the level of expressiveness specified in :requirements #9)ucsreturns the provable optimum (cost 7.0, three-hop back road) and the model narrates it correctlyHonesty rules kept
Unchanged
examples/pddl/courier-*.pddlstay as the curated reference (still pinned bytests/test_llm_doc.py, passing), and the References section (LLM+P, PlanBench) stays.🤖 Generated with Claude Code